home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TELFNICA / INFO / HISTORIA.DIR / 00049.ls < prev    next >
Encoding:
Text File  |  1997-04-23  |  153 b   |  11 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     set the locV of sprite 5 to the mouseV - 1
  4.     updateStage()
  5.   end repeat
  6. end
  7.  
  8. on mouseUp
  9.   fechater()
  10. end
  11.